projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
518edae
)
* test/automated/Makefile.in (check-tar): Remove, no longer needed.
author
Glenn Morris
<rgm@gnu.org>
Thu, 7 Aug 2014 00:08:57 +0000
(17:08 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Thu, 7 Aug 2014 00:08:57 +0000
(17:08 -0700)
No need to merge this to trunk.
test/ChangeLog
patch
|
blob
|
history
test/automated/Makefile.in
patch
|
blob
|
history
diff --git
a/test/ChangeLog
b/test/ChangeLog
index 564e9d3d641e4be4bd53a7be5c1d193beb645833..d68c5b6bb0748116fb5764393aa6e4cb1fb649a1 100644
(file)
--- a/
test/ChangeLog
+++ b/
test/ChangeLog
@@
-1,3
+1,7
@@
+2014-08-07 Glenn Morris <rgm@gnu.org>
+
+ * automated/Makefile.in (check-tar): Remove, no longer needed.
+
2014-08-03 Glenn Morris <rgm@gnu.org>
* automated/Makefile.in (check-tar): Add as alias for check.
diff --git
a/test/automated/Makefile.in
b/test/automated/Makefile.in
index d69d91be5cc26da252e0fb0c4db3e628ecf442fd..764b80ece93136c8d0e0c055896d44b6c333d185 100644
(file)
--- a/
test/automated/Makefile.in
+++ b/
test/automated/Makefile.in
@@
-118,8
+118,4
@@
check: compile-main
echo Testing $$els; \
$(emacs) $$args -f ert-run-tests-batch-and-exit
-## This is for hydra, so we can use the same recipe on trunk and emacs-24.
-.PHONY: check-tar
-check-tar: check
-
# Makefile ends here.